home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_38_scroll down -touyr- = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  391 b   |  15 lines

  1. on mouseEnter
  2.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  3. end
  4.  
  5. on mouseDown
  6.   repeat while the stillDown and (the top of sprite 3 < the top of sprite 2)
  7.     set the locV of sprite 3 to the locV of sprite 3 + 5
  8.     updateStage()
  9.   end repeat
  10. end
  11.  
  12. on mouseLeave
  13.   set the cursor of sprite the currentSpriteNum to 0
  14. end
  15.